-
Notifications
You must be signed in to change notification settings - Fork 365
Add jetson build on CI #3524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add jetson build on CI #3524
Conversation
cat toolchains/ci_workspaces/MODULE.bazel.tmpl | envsubst > MODULE.bazel | ||
|
||
if [[ ${TENSORRT_VERSION} != "" ]]; then | ||
sed -i -e "s/strip_prefix = \"TensorRT-.*\"/strip_prefix = \"${TENSORRT_STRIP_PREFIX}\"/g" MODULE.bazel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cant we just use envsubst for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to merge MODULE_tensort.bazle.tmp into MODULE.bazel.tmp
In MODULE.bazel.tmp: TENSORRT_VERSION/URL is hard coded for tensorrt/tensorrt_l4t/tensorrt_win
when it is used by multiple tensorrt version test workflow, it is then be replaced by sed cmd
I can not use envsubst for this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this for the TRT future tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: